home *** CD-ROM | disk | FTP | other *** search
- on exitFrame me
- cs = the rollover
- repeat with i = 5 to 15
- if cs = i then
- Blnd = sprite(i).blend
- if Blnd < 100 then
- sprite(i).blend = Blnd + 10
- end if
- next repeat
- end if
- Blnd = sprite(i).blend
- if Blnd > 50 then
- sprite(i).blend = Blnd - 10
- end if
- end repeat
- play frame the frame
- end
-